home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
4_0
/
VIVIDUS
/
QD3D.SIT
/
qd3d
/
hedra.h
< prev
next >
Wrap
Text File
|
1991-10-09
|
826b
|
26 lines
/* ======================================================================
This header file is Copyright 1991 by Vividus Consulting.
This is not public domain source code. You may not copy and
paste from this source code. Read your Vividus Licensing
agreement for details and other restrictions.
Note: At present, HedraIntersect is not supported.
====================================================================== */
void HedraVerts(int n, vector wc[], FixedVector fdc[]);
void HedraConn(int faces, int connLen, int conn[], int connWrk[]);
void HedraFrame(void);
void HedraFrameErase(void);
void HedraFill(void (*color)(int face, vector *WCNorm));
void HedraErase(void);
void Hedra2dBBox(Rect *r);
Boolean HedraIntersect(
Ray *r,
double *t,
int *face,
vector *faceNormal,
vector *facePt);